home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Softshoe / Lisa's Mac Parts / Mac Porting Points / ShowDebugMessage.h < prev   
Text File  |  2000-06-23  |  179b  |  14 lines

  1. // ShowDebugMessage.h
  2.  
  3. #ifndef ShowDebugMessage_h
  4. #define ShowDebugMessage_h
  5.  
  6. #include <MacTypes.h>
  7.  
  8. inline void DebugMessage::Show()
  9.   {
  10.     DebugStr( PascalString() );
  11.   }
  12.  
  13. #endif
  14.